home *** CD-ROM | disk | FTP | other *** search
INI File | 2008-05-22 | 3.4 KB | 121 lines |
- ; -- spfdrv.INF --
- ;
- ; This file is based on Passthru driver INF file - this is the INF for the
- ; service (protocol) part
- ;
- ; Copyright (c) 2001-2007, NT Kernel Resources
- ;
- ; ----------------------------------------------------------------------
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %Ntkr%
- DriverVer = 05/20/2008,6.3.4.1
- CatalogFile = spfdrv_x86.cat
-
-
- [Manufacturer]
- %Ntkr% = NTKR
-
- [ControlFlags]
-
- ;=========================================================================
- ;
- ;=========================================================================
-
- [NTKR]
- %spfdrv_Desc% = spfdrv.ndi, nt_spfdrv
-
-
-
- [spfdrv.ndi]
- AddReg = spfdrv.ndi.AddReg, spfdrv.AddReg
- Characteristics = 0x4410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!
- CopyFiles = spfdrv.Files.Sys
- CopyInf = spfdrv_m.inf
-
- [spfdrv.ndi.Remove]
- DelFiles = spfdrv.Files.Sys
-
- [spfdrv.ndi.Services]
- AddService = spfdrv,, spfdrv.AddService
-
- [spfdrv.AddService]
- DisplayName = %spfdrvService_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\spfdrv.sys
- LoadOrderGroup = PNP_TDI
- AddReg = spfdrv.AddService.AddReg
-
-
- [spfdrv.AddService.AddReg]
- ; ----------------------------------------------------------------------
- ; Add any miniport-specific parameters here. These are params that your
- ; filter device is going to use.
- ;
- ;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
- ;HKR, Parameters, ParameterName2, 0x10001, 4
-
-
- ; ----------------------------------------------------------------------
- ; File copy
- ;
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- spfdrv.sys=1
-
- [DestinationDirs]
- DefaultDestDir = 12
- spfdrv.Files.Sys = 12 ; %windir%\System32\drivers
-
- [spfdrv.Files.Sys]
- spfdrv.sys,,,2
-
- ; ----------------------------------------------------------------------
- ; Filter Install
- ;
-
- [spfdrv.ndi.AddReg]
- HKR, Ndi, HelpText, , %spfdrv_HELP%
-
- ; ----------------------------------------------------------------------
- ; !!--Filter Specific--!!
- ;
- ; Note:
- ; 1. Other components may also have UpperRange/LowerRange but for filters
- ; the value of both of them must be noupper/nolower
- ; 2. The value FilterClass is required.
- ; 3. The value Service is required
- ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
- ; be installed for each filtered adapter.
- ; In this case this is ms_passthrump (refer to netsf_m.inf)
- ;
- HKR, Ndi, FilterClass, , failover
- HKR, Ndi, FilterDeviceInfId, , nt_spfdrvmp
- HKR, Ndi, Service, , spfdrv
- HKR, Ndi\Interfaces, UpperRange, , noupper
- HKR, Ndi\Interfaces, LowerRange, , nolower
- HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, wan"
-
- [spfdrv.AddReg]
- ; The following key is Required
- ; The following key is Passthru specific
- HKR, Parameters, Param1, 0, 4
-
- ; ----------------------------------------------------------------------
- [Strings]
- NTKR = "SoftPerfect Research"
- DiskDescription = "SoftPerfect Research Driver Disk"
-
- spfdrv_Desc = "SoftPerfect Research Driver"
- spfdrv_HELP = "SoftPerfect Research Driver"
- spfdrvService_Desc = "SoftPerfect Research Service"
-
-
-